home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0037.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  629 b   |  32 lines

  1. Hi All..
  2.  
  3. Now i have a question for all of ya AMOS freaks out there!!!
  4.  
  5. Is there some good extension that converts Dec to Hex ???
  6.  
  7. I know AMOS has one of it self but i doesn't like it.
  8.  
  9. A$=Hex$(50) give me the answer $32
  10. But i doesn't want the $-sign in the value.. 
  11.  
  12. How do i copy a section of memory Ex.(175760-1788332) to
  13. section (278544-281616)????
  14.  
  15.  
  16.  
  17. And now to my second problem!
  18.  
  19. If i load a hiscore with 
  20. Bload"bla:bla.blascore",5
  21. and a second one with
  22. Bload"bla:bla.blascore2",6
  23.  
  24. how do i merge them into one hiscore??
  25.  
  26. with the highest first etc..
  27. ( i only need a type of sort routine or ???)
  28.  
  29. Happy to get answers..
  30.  
  31.  
  32.